-- background: 2660 from stack: in.Help -- bmap block id: 3716 -- flags: 0000 -- background id: 0 -- name: -- part 3 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=250 top=66 right=80 bottom=382 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 65535 -- font id: 3 -- text size: 9 -- style flags: 0 -- line height: 12 -- part name: freeSize -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=0 top=0 right=80 bottom=384 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 128 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Current Size: ----- HyperTalk script ----- on mouseUp showFree end mouseUp on showFree put empty into fld "freeSize" put the freeSize of this stack&"K/"&the size of this stack&"K ["& trunc(the freeSize of this stack/the size of this stack * 100)&"%]" into fld "freeSize" end showFree